@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* font-family: 'Roboto Condensed', sans-serif; */
/* font-family: 'Poppins', sans-serif; */

/* box-shadow:3px 3px 26px rgba(7,86,165,0.24); */
html {
    scroll-behavior: smooth!important;
  }


.smart-info-heading{
    font-size: 42px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #0755A4;
    position: relative;
}
.smart-info-heading::after{
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    background: #0755A4;
    margin: 8px auto 0;
}

.case-study-btn{
    font-size: 16px;
    padding: 11px 30px;
    color: #0756A5;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #0756A5;
    border-radius: 60px;
    display: inline-block;
    margin-top: 50px;
}

.smart-way-heading{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #185799;
    margin-bottom: 16px;
}

.smart-way-para{
    font-size: 16px;
    line-height: 30px;
    color: #000810;
    font-family: 'Poppins', sans-serif;
}


.content1 > div{
    padding-top: 130px!important;
}

/* <!-- ========== SMART TOOLS PAGE CSS STARTED========== --> */

/* <!-- ========== SMART BANNER SECTION CSS ========== --> */

.smart-banner-section{
    padding-top:127px;
    font-family: 'Poppins', sans-serif;
}
.smart-banner-section .smart-banner-section-wrapper{
    padding:20px 0;
    background:url(../images/smart-tool-banner-bg.webp);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}
.smart-banner-section .content h1{
    font-size:40px;
    font-weight:bold;
    line-height: 45px;
    color: #0756A5;
    margin-bottom:16px;
    font-family: 'Roboto Condensed', sans-serif;
}
.smart-banner-section .content{
    padding:105px 0;

}
.smart-banner-section .content p{
    font-size:24px;
    font-weight:400;
    color: #0756A5;
    line-height:27px;
    margin-bottom:40px;
 
}

.smart-banner-section .content a{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 12px 53px;
    background: linear-gradient(to right, #ff7b39, #f50);
    border-radius: 60px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.smart-banner-section img{
    max-width: 85%;
}


/* <!-- ========== SMART TABS CSS ========== --> */

.smart-tabs{
    font-family: 'Roboto Condensed', sans-serif;
}

.smart-tabs-wrapper{
    padding: 100px 0 0 0;
}

.smart-tabs .tab-items-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.smart-tabs .tab-item{
    list-style: none;
    border: 1px solid rgba(0, 8, 16, 0.17);
    border-radius: 5px;
    min-width: 145px;
    text-align: center;
    background: #fff;
}

.smart-tabs .tab-link{
    padding: 7px 24px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    width: 100%;
}

.smart-tabs .tab-item.active{
    background: rgba(7, 86, 165, 0.1);
    border: 1px solid rgba(7, 86, 165, 0.1);
}

.smart-tabs .tab-item.active .tab-link{
    color: #185799;
    font-weight: bold;
}


/* <!-- ========== SMART-QR MAIN WRAPPER CSS ========== --> */

/* <!-- ========== SMART INFO SECTION CSS ========== --> */

.smart-info-section .container{
    background-color: rgba(219, 231, 243, 0.4);
}

.smart-info-section .content {
    padding: 55px 50px;
    text-align: center;
}


.smart-info-section .content p{
    padding: 30px 0 0px 0;
    color: #000810;
    font-size: 16px;
    line-height: 27px;
}



/* <!-- ========== SMART SLIDER SECTION CSS ========== --> */
.smart-slider-section{
    padding: 75px 0 95px 0;
}
.smart-slider-section .owl-controls{
    margin-top:12;
    margin-bottom: 0px;
}

.smart-slider-section .owl-controls .owl-dots .owl-dot span{
    width:10px;
    height:10px;
    background: #D0CECE;
    border:0;
    border-radius:50%;
    margin:8px;
}

.smart-slider-section .owl-controls .owl-dots .owl-dot.active span{
    background: #0756A5!important;
    width:10px;
    height:10px;
    transform: scale(1);
}

.smart-slider-section .owl-theme .owl-dots .owl-dot:hover span{
    background: #D0CECE;
}

.smart-slider-item{
    font-family: 'Poppins', sans-serif;
}

.smart-slider-item h2{
    font-size: 18px;    
    color: #000810;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 10px;
    font-weight: 600;
}

.smart-slider-item p{
    color: #000810;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}


/* <!-- ========== SMART WAY SECTION CSS ========== --> */
.smart-way-section{
    padding: 95px 0;
    background-color: rgba(7, 86, 165, 0.04);
}

.smart-way-section .container .row{
    align-items: center;
}

.smart-way-section .left-content{
    padding-right: 40px;
}

.smart-way-section .right-content img{
    max-width: 100%;
}


/* <!-- ========== SMART WAY SECTION-2 CSS ========== --> */
.smart-way-section2{
    padding: 95px 0;
}

.smart-way-section2 .container .row{
    align-items: center;
}

.smart-way-section2 .left-content img{
    max-width: 100%;
}

.smart-way-section2 .right-content {
    padding-left: 40px;
}



/* <!-- ========== GET STARTED SECTION CSS ========== --> */
.get-started-section{
    font-family: 'Poppins', sans-serif;
}
.get-started-section .get-started-section-wrapper{
    padding:93px 30px 53px 30px;
    background:url(../images/smart-tool-contact-bg.webp);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:bottom;
}

.get-started-section .content{
    text-align: center;
}
.get-started-section .content h2{
    font-size: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 26px;
    font-weight: bold;
    color: #fff;
}
.get-started-section .content p{
    font-size: 24px;
    line-height: 39px;
    font-weight: 500;
    margin-bottom: 38px;
    color: #fff;
}

.get-started-section .get-started-btn{
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    padding: 11px 40px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 60px;
    color: #fff;
}


/* <!-- ========== CASE STUDY SECTION CSS ========== --> */
.case-study-section{
    padding:125px 0 60px 0;
}

.case-study-section .content{
    font-family: 'Poppins', sans-serif;
}

.case-study-section .smart-info-heading{
    margin-bottom: 50px;
}

.case-study-section .content .img-wrapper{
   width: 100%;
   margin-bottom: 32px;
}

.case-study-section .content .img-wrapper img{
   max-width: 100%;
}

.case-study-section .content h3{
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    font-family: 'Poppins', sans-serif;
    line-height: 32px;
}

.case-study-section .content p{
    font-size: 14px;
    line-height: 27px;
    color: #333333;
}

.case-study-section .content p a{
    color: #0065EF;
    text-decoration: underline;
    cursor: pointer;
}


/* #SmartQR,#SmartLinks,#SmartText{
    display: none;
} */

.smartText-main-container .smart-text-card-section{
    margin-top: 95px;
}

.smartText-main-container .smart-text-card-wrapper{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    justify-content: center;
    gap: 2px;
    border-radius: 10px;
    overflow: hidden;
    flex-wrap: wrap;
}

.smartText-main-container .smart-text-card{
    padding: 35px 70px;
    text-align: center;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.smartText-main-container .smart-text-card:first-child{
    background-color: #0756A5;
}

.smartText-main-container .smart-text-card:nth-child(2){
    background-color: #074AA5;
}

.smartText-main-container .smart-text-card:nth-child(3){
    background-color: #0738A5;
}

.smartText-main-container .smart-text-card:last-child{
    background-color: #0719A5;
}

.smartText-main-container .smart-text-card h3{
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}   

.smartText-main-container .smart-text-card p{
    color: #fff;
    font-size: 16px;
    line-height: 27px;
    font-family: 'Poppins', sans-serif;
}

.smart-mid-section{
    padding: 90px 0;
}

.smart-mid-section-convert{
    padding: 70px 0;
}
.smart-mid-section-dashboard{
    padding: 70px 0;
}
.smart-mid-section-support{
    padding: 70px 0 90px 0;
}
.smart-mid-section .content{
    width: 100%;
}
.smart-mid-section .content .imgWrapper{
    width: 100%;
    text-align: center;
}
.smart-mid-section .content .imgWrapper img{
    max-width: 100%;
}
.smart-mid-section .content p{
    width: 80%;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
}

#SmartReport .smart-mid-section .content p{
    font-size: 14px;
}


#contactUsSection{
    padding-top: 80px;
}








/* <!-- ========== RESPONSIVE MEDIA QUERIES CSS ========== --> */
/* <!-- === RESPONSIVE 992px STARTS HERE === --> */
@media (max-width:992px){

    .smart-banner-section {
        padding-top: 107px;
    }

    .smart-banner-section .content{
        padding: 30px 0;
    }

    .smart-banner-section .content h1{
        font-size: 35px;
        line-height: 40px;
    }

    .smart-banner-section .content p{
        font-size: 20px;
    }
    .smart-banner-section img{
        max-width: 100%;
    }

    .smart-tabs-wrapper{
        padding: 55px 0 0 0;
    }

    .smart-tabs .tab-link{
        padding: 5px 5px;
        font-size: 14px;
    }

    .smart-info-section .content{
        padding: 85px 10px 85px 10px;
    }

    .smart-info-section .content p{
        padding: 30px 0 0px 0;
    }

    .case-study-btn{
        margin-top: 35px;
    }

    .smart-slider-item p{
        font-size: 15px;
        line-height: 25px;
        width: 92%;
    }

    .smart-way-section{
        padding: 60px 0;
    }

    .smart-way-section .left-content{
        padding-right: 0;
    }

    .smart-way-section .container .row{
        align-items: start;
    }

    .smart-way-section2 .container .row{
        align-items: start;
    }

    .smart-way-section2{
        padding: 60px 0;
    }

    .smart-slider-section{
        padding: 45px 0 60px 0;
    }

    .smart-way-section2 .right-content{
        padding-left: 0;
    }

    .get-started-section .get-started-section-wrapper{
        padding: 60px 20px 60px 20px;
    }

    .get-started-section .content p{
        font-size: 20px;
        line-height: 34px;
    }

    .smartText-main-container .smart-text-card{
        padding: 35px 20px;
        min-height: 275px;
    }

    .content1 > div{
        padding-top: 55px!important;
    }

    .smart-mid-section{
        padding: 60px 0;
    }

    .smart-mid-section-convert{
        padding: 40px 0;
    }
    .smart-mid-section-dashboard{
        padding: 40px 0;
    }
    .smart-mid-section-support{
        padding: 40px 0 60px 0;
    }

    .smartText-main-container .smart-text-card-section{
        margin-top: 60px;
    }
}

/* <!-- === RESPONSIVE ONLY 768px STARTS HERE === --> */

@media (max-width:768px){
    #contactUsSection{
        padding-top: 40px;
    }
    
    .smart-banner-section {
        padding-top: 0px;
    }

}

/* <!-- === RESPONSIVE 767px STARTS HERE === --> */

@media (max-width:767px){
    .testimonial-slider-v2 .flex-control-thumbs li{width:80px!important}
    .testimonial-slider-v2 .flex-control-thumbs{left:0}

    .smart-banner-section .smart-banner-section-wrapper{
        background-position:right;
    }
    .smart-banner-section .smart-banner-section-wrapper .content{
        text-align: center;
    }
    .content1 > div{
        padding-top: 70px!important;
    }
    .smart-tabs-wrapper{
        padding: 60px 0 0 0;
    }
    .smart-banner-section .content {
        padding: 30px 0 50px 0;
    }

    .smart-info-heading{
        font-size: 36px;
    }

    .smart-info-section .content{
        padding: 55px 10px 55px 10px;
    }

    .smart-info-section .content p{
        font-size: 15px;
    }

    .case-study-btn {
        font-size: 15px;
        padding: 8px 25px;
    }

    .smart-slider-item h2{
        font-size: 16px;
        margin-bottom: 10px;
    }

    .smart-slider-item p {
        font-size: 13px;
        line-height: 21px;
        width: 100%;
    }

    .smart-way-heading{
        font-size: 30px;
        margin-top: 25px;
    }

    .smart-way-para{
        font-size: 15px;
        line-height: 28px;
        text-align: justify;
    }

    .get-started-section .get-started-section-wrapper{
        padding: 45px 0 45px 0;
    }

    .get-started-section .content h2{
        font-size: 36px;
    }

    .get-started-section .content p {
        font-size: 16px;
        line-height: 30px;
    }

    .smartText-main-container .smart-text-card{
        padding: 15px 5px;
    }

    .smartText-main-container .smart-text-card h3{
        font-size: 26px;
        margin-bottom: 5px;
    }

    .smartText-main-container .smart-text-card p{
        font-size: 13px;
        line-height: 20px;
    }

    .smart-mid-section .content p{
        width: 100%;
        font-size: 13px;
        line-height: 21px;
    }
}


@media(max-width:425px){
    .testimonial-slider-v2 .flex-control-thumbs li{width:65px!important}
    .testimonial-slider-v2{padding-top: 100px;}
}